Avoid need for GREP variable by avoiding GNUisms. The
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Wed, 18 Oct 2006 12:43:35 +0000 (13:43 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Wed, 18 Oct 2006 12:43:35 +0000 (13:43 +0100)
commita3ef82b068b46a4c0058f25ec61145afab81b8ab
tree653bb06d6db9ee12a33ed0998a3f6f2e05197f65
parent68666c06e8026af131ad5ada05adb4dd638f82cf
Avoid need for GREP variable by avoiding GNUisms. The
only one we appear to have is use of '-q'. Replace it
with redirection to /dev/null.

Also avoid use of 'tail' by replacing with 'head' or
'grep' as appropriate.

Signed-off-by: Keir Fraser <keir@xensource.com>
Config.mk
buildconfigs/Rules.mk
config/Linux.mk
config/SunOS.mk
xen/Makefile
xen/arch/x86/Makefile